home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
dragonball-kart.swf
/
scripts
/
frame_21
/
PlaceObject2_417_1048
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
432 b
|
25 lines
onClipEvent(enterFrame){
if(_root.nowball == 7)
{
i = 1;
while(i <= 7)
{
_root["br" + i]._alpha -= 10;
if(_root["br" + i]._alpha <= 50)
{
_root["br" + i]._alpha = 100;
}
i++;
}
}
if(_root.stage == 6)
{
t++;
if(t >= 500)
{
_root.finij.gotoAndStop("ask");
t = 0;
}
}
}